Skip to content

Add system icon source option for supported applets#60

Merged
edumucelli merged 1 commit into
masterfrom
system-docking-icons
May 7, 2026
Merged

Add system icon source option for supported applets#60
edumucelli merged 1 commit into
masterfrom
system-docking-icons

Conversation

@edumucelli
Copy link
Copy Markdown
Owner

Some applets that wrap well-known system actions (Applications, Calculator, Desktop, Screenshot, Session, Trash) can now use the system theme icon instead of the built-in Docking icon. Users choose per-applet via the right-click menu under a new Icon submenu (Docking Icon / System Icon).

The Applet base class adds supports_system_icon, icon_source(), and set_icon_source() so opt-in applets only need to set the flag and rename create_icon to create_docking_icon. When system icon is selected and the theme provides the icon, it is used; otherwise it falls back to the built-in Docking icon.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for dockingbar canceled.

Name Link
🔨 Latest commit 28dfd62
🔍 Latest deploy log https://app.netlify.com/projects/dockingbar/deploys/69fd18f92a3cf50008eca730

Some applets that wrap well-known system actions (Applications, Calculator,
Desktop, Screenshot, Session, Trash) can now use the system theme icon instead
of the built-in Docking icon. Users choose per-applet via the right-click menu
under a new "Icon" submenu (Docking Icon / System Icon).

The Applet base class adds supports_system_icon, icon_source(), and
set_icon_source() so opt-in applets only need to set the flag and rename
create_icon to create_docking_icon. When system icon is selected and the
theme provides the icon, it is used; otherwise it falls back to the
built-in Docking icon.
@edumucelli edumucelli force-pushed the system-docking-icons branch from 7252d12 to 28dfd62 Compare May 7, 2026 22:57
@edumucelli edumucelli added the enhancement New feature or request label May 7, 2026
@edumucelli edumucelli enabled auto-merge (squash) May 7, 2026 23:02
@edumucelli edumucelli merged commit 0efae90 into master May 7, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant